post /mint/organizations/{org_name}/notification-email-templates

Creates a notification email template. See also Managing notification templates using the API.

HTTP request

https://api.enterprise.apigee.com/v1/mint/organizations/{org_name}/notification-email-templates

Path Parameters

org_name (required)

string

Organization name.

Request Body

Notification email template.

application/json
NotificationEmailTemplate
createdDate

integer

Output only. Creation time in epoch format.

htmlImage

string

Message body in HTML format. You can include one or more variables, using Spring Expression Language (SpEL), to represent values returned in the Transaction object.

id

string

ID of the notification email template. Required only when updating a notification email template.

name

string

Name of the notification email template.

orgId

string

Name of the organization.

source

string

Source of the notification.,

subject

string

Subject line of the notification email template.

updatedDate

integer

Date in epoch format that the template was updated.

Response Types

201: 

Created

Body

application/json
NotificationEmailTemplate
createdDate

integer

Output only. Creation time in epoch format.

htmlImage

string

Message body in HTML format. You can include one or more variables, using Spring Expression Language (SpEL), to represent values returned in the Transaction object.

id

string

ID of the notification email template. Required only when updating a notification email template.

name

string

Name of the notification email template.

orgId

string

Name of the organization.

source

string

Source of the notification.,

subject

string

Subject line of the notification email template.

updatedDate

integer

Date in epoch format that the template was updated.

Authentication Requirements

Available Authentication Options
  • Basic
  • OAuth

Try this API

Request parameters
org_name
Request body
For suggestions, press control+space or click one of the blue "add" circles.
Credentials
Multi-factor authentication is not supported.